home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / data / geom / ref2.list < prev    next >
Text File  |  1992-06-12  |  713b  |  54 lines

  1. LIST
  2.  
  3. # A couple copies of the colored square (csquare.quad), included literally here.
  4.  
  5. { =
  6.    GROUP
  7.     1 0 0 0
  8.     0 1 0 0
  9.     0 0 -1 0
  10.     0 0 0 1
  11.  
  12.     1 0 0 0
  13.     0 0 2 0
  14.     0 -2 0 0
  15.     1 0 0 1
  16.    unit
  17.      {
  18.     =
  19.     CQUAD
  20. -1 -1 0 1 0 0 1
  21. 1 -1 0  0 1 0 1
  22. 1 1 0   0 1 0 1
  23. -1 1 0  1 0 0 1
  24.       }
  25. }
  26.  
  27.  
  28. # Include Olaf's dodecahedron
  29.  
  30. { < dodec.quad }
  31.             # Any GeomReference can be enclosed in { }'s
  32.             # But { }'s are only really needed for geom's,
  33.             # where the trailing closebrace acts as an end-marker
  34.             # for the various Load routines.
  35.  
  36. # Finally an INST for a small skewed cube plus a set of axes
  37.  
  38. { = INST
  39.     transform
  40.     .5 -.1 0 0
  41.     0 .5 .1 0
  42.     0 .1 .5 0
  43.     0 0 0 1
  44.  
  45.     unit
  46.     { =
  47.        LIST
  48.        < pieces/cube1.off
  49.        < xyz.vect
  50.     }
  51. }
  52.        
  53.     
  54.